home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Utilities
/
Selector
/
examples
/
onchange.sel
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-16
|
324 b
|
14 lines
DefEnv test "Change Me!"
Onchange test to end exit
Onchange test update
color light
text "Current value of test is:"
color dark light
text "[test]"
text
color dark
button 'Set it to "Hello!"' 'setenv test "Hello!"'
button 'Set it to "That is cool!"' 'setenv test "That is cool!"'
button 'Set it to "end"' 'setenv test end'